State

interface State

Provides the state of the camera photo function, access to the identifier of the latest saved photo(s) media, and allows to keep track of the count of photos being taken while the camera is in the process of taking photos.

Types

Link copied to clipboard
Camera photo function state.

Functions

Link copied to clipboard
Retrieves the current camera photo function state.
Link copied to clipboard
abstract fun latestMediaId(): String
Retrieves the identifier of the latest saved photo media since connection.
Link copied to clipboard
@IntRange(from = 0)
abstract fun photoCount(): Int
Retrieves the current count of taken photos.